ServiceDeleteItem Method (IListItemId, AffectedTaskOccurrences) |
Deletes multiple items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Response> DeleteItem(
IList<ItemId> items,
AffectedTaskOccurrences affectedTaskOccurrences
)
Public Function DeleteItem (
items As IList(Of ItemId),
affectedTaskOccurrences As AffectedTaskOccurrences
) As IList(Of Response)
Parameters
- items
- Type: System.Collections.GenericIListItemId
The IDs of the items to delete. - affectedTaskOccurrences
- Type: Independentsoft.ExchangeAffectedTaskOccurrences
Indicates which instance of a recurring task should be deleted.
Return Value
Type:
IListResponseA collection of deletion results for each of the specified item IDs.
See Also